home *** CD-ROM | disk | FTP | other *** search
- object ExportFileForm: TExportFileForm
- Left = 374
- Top = 106
- HelpContext = 2200
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Dictionary in Datei exportieren'
- ClientHeight = 335
- ClientWidth = 313
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object ExportLabel: TLabel
- Left = 16
- Top = 256
- Width = 52
- Height = 13
- Caption = 'Export-&Liste:'
- end
- object ExportTypeGroup: TRadioGroup
- Left = 8
- Top = 64
- Width = 297
- Height = 73
- Caption = 'Export-Typ'
- ItemIndex = 0
- Items.Strings = (
- 'Alle &Dictionary-Inhalte'
- 'Ausgew�hlte &Datenbanken'
- 'Ausgew�hlte Attributen&s�tze')
- TabOrder = 1
- TabStop = True
- OnClick = ExportTypeGroupClick
- end
- object OKBtn: TButton
- Left = 72
- Top = 304
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 3
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 152
- Top = 304
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Abbrechen'
- ModalResult = 2
- TabOrder = 4
- end
- object HelpBtn: TButton
- Left = 232
- Top = 304
- Width = 75
- Height = 25
- Caption = '&Hilfe'
- TabOrder = 5
- OnClick = HelpBtnClick
- end
- object ExportFileGroup: TGroupBox
- Left = 8
- Top = 8
- Width = 297
- Height = 49
- Caption = '&Export-Datei'
- TabOrder = 0
- object ExportFileEdit: TEdit
- Left = 8
- Top = 16
- Width = 193
- Height = 21
- TabOrder = 0
- Text = 'Export.bdx'
- OnChange = ExportFileEditChange
- end
- object BrowseBtn: TButton
- Left = 205
- Top = 16
- Width = 87
- Height = 25
- Caption = 'D&urchsuchen...'
- TabOrder = 1
- OnClick = BrowseBtnClick
- end
- end
- object ExportListGroup: TGroupBox
- Left = 8
- Top = 144
- Width = 297
- Height = 153
- Caption = 'E&xport-Liste'
- TabOrder = 2
- object ExportList: TListBox
- Left = 8
- Top = 16
- Width = 193
- Height = 129
- Enabled = False
- ItemHeight = 13
- Items.Strings = (
- '[Alle Dictionary-Inhalte]')
- MultiSelect = True
- TabOrder = 0
- OnClick = CheckOK
- end
- object SelectBtn: TButton
- Left = 205
- Top = 16
- Width = 87
- Height = 25
- Caption = '&Alles ausw�hlen'
- Enabled = False
- TabOrder = 1
- OnClick = SelectBtnClick
- end
- end
- object ExportFileDialog: TSaveDialog
- DefaultExt = 'bdx'
- FileEditStyle = fsEdit
- FileName = '*.bdx'
- Filter =
- 'Borland Dictionary-Exchange-Dateien (*.bdx)|*.bdx|Alle Dateien|*' +
- '.*'
- Options = [ofOverwritePrompt, ofHideReadOnly]
- Title = 'Datei exportieren'
- Left = 8
- Top = 304
- end
- end
-